SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 49581: MIN and MAX values displayed in the INSETGROUP may be incorrect

DetailsAboutRate It

If you specify the MIN and MAX keywords in an INSETGROUP statement in PROC BOXPLOT, the minimum and maximum whisker values are displayed when ODS Graphics is enabled. This means if you have specified BOXSTYLE=SCHEMATIC, SCHEMATICID or SCHEMATICIDFAR in the PLOT statement and there are outliers beyond the whiskers for an individual box-and-whisker plot, the displayed minimum and maximum values for that individual plot will be wrong.

If you disable ODS Graphics, the traditional GRSEG graphics output is correct. To disable ODS Graphics, add the following line of code right before PROC BOXPLOT:

ods graphics off;

ODS Graphics can be enabled again by specifying the following line of code after the RUN or QUIT statement at the end of PROC BOXPLOT:

ods graphics;

There is no circumvention for this problem with ODS Graphics enabled.



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS/STATz/OS9.2 TS1M09.4 TS1M1
Microsoft® Windows® for 64-Bit Itanium-based Systems9.2 TS1M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.2 TS1M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.2 TS1M0
Microsoft Windows XP 64-bit Edition9.2 TS1M0
Microsoft® Windows® for x649.2 TS1M09.4 TS1M1
Microsoft Windows Server 2003 Datacenter Edition9.2 TS1M0
Microsoft Windows Server 2003 Enterprise Edition9.2 TS1M0
Microsoft Windows Server 2003 Standard Edition9.2 TS1M0
Microsoft Windows XP Professional9.2 TS1M0
Windows Vista9.2 TS1M0
Windows Vista for x649.2 TS1M0
64-bit Enabled AIX9.2 TS1M09.4 TS1M1
64-bit Enabled HP-UX9.2 TS1M09.4 TS1M1
64-bit Enabled Solaris9.2 TS1M09.4 TS1M1
HP-UX IPF9.2 TS1M09.4 TS1M1
Linux9.2 TS1M09.4 TS1M1
Linux for x649.2 TS1M09.4 TS1M1
OpenVMS on HP Integrity9.2 TS1M09.4 TS1M1
Solaris for x649.2 TS1M09.4 TS1M1
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.